home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Games / Freeciv / data / engels.tilespec < prev    next >
Encoding:
Text File  |  2001-08-17  |  1.1 KB  |  48 lines

  1.  
  2. [tilespec]
  3.  
  4. ; Format and options of this tilespec file:
  5. options = "+tilespec2"
  6.  
  7. ; A simple name for the tileset specified by this file:
  8. name = "Engels"
  9.  
  10. ; TODO: add more overall information fields on tiles, 
  11. ; eg, description, authors, colors, etc.
  12.  
  13. ; Basic tile sizes:
  14. normal_tile_width  = 45
  15. normal_tile_height = 45
  16. small_tile_width   = 15
  17. small_tile_height  = 20
  18. is_isometric = 0
  19.  
  20. ; Font to use to draw city names:
  21. city_names_font = "10x20"
  22.  
  23. ; Font to use to draw city productions:
  24. city_productions_font = "6x13"
  25.  
  26. ; Should flags be drawn as transparent:  (else opaque)
  27. flags_are_transparent = 1
  28.  
  29. ; These are special because they get freed and reloaded
  30. ; as required:
  31. main_intro_file    = "misc/intro"
  32. minimap_intro_file = "misc/radar"
  33.  
  34. ; Below, the graphics spec files; must be somewhere (anywhere) in 
  35. ; the data path. Order may be important for color allocation on 
  36. ; low-color systems, and if there are any duplicate tags (lattermost
  37. ; tag is used).
  38. files = 
  39.   "engels/tiles.spec",
  40.   "misc/small.spec",
  41.   "engels/units.spec",
  42.   "engels/flags.spec",
  43.   "engels/roads.spec",
  44.   "misc/space.spec",
  45.   "misc/treaty.spec",
  46.   "engels/cities.spec",
  47.   "engels/explosions.spec"
  48.